Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(dep): update benchpress for compat with protractor in de… #1229

Closed
wants to merge 1 commit into from

Conversation

masaeedu
Copy link
Contributor

…vDep. See angular/angular#2592

The selenium webdriver API changed between protractor 2.3 and 2.4. This affects benchpress, and has since been fixed in the angular repo. Update version of benchpress in package.json

Fixes #1228

angular/angular#2592

The selenium webdriver API changed between protractor 2.3 and 2.4. This affects benchpress, and has since been fixed in the angular repo. Update version of benchpress in package.json

Fixes ReactiveX#1228
@kwonoj
Copy link
Member

kwonoj commented Jan 20, 2016

Thanks for catching - can you share snippet of benchmark results after this update?

@@ -90,7 +90,7 @@
"homepage": "https://github.com/ReactiveX/RxJS",
"devDependencies": {
"benchmark": "1.0.0",
"benchpress": "2.0.0-alpha.37.2",
"benchpress": "^2.0.0-beta.1",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would you able to remove ^ for dependency version? currently we're trying to have fixed version dependency with known good version and manually increment its version if update is verified.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll close and reopen PR, I screwed up too many things here. Linked to wrong issue in commit message too. 😢

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup :)

@masaeedu masaeedu closed this Jan 20, 2016
@masaeedu masaeedu deleted the updateBenchpress branch January 20, 2016 22:41
@lock
Copy link

lock bot commented Jun 7, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Jun 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Performance tests interpretation
2 participants